All Functions Used So Far, Week 5

aes

{GGPLOT2}

Construct aesthetic mapping of a ggplot graph

read_excel

{readxl}

Read an Excel file

lm

{base}

Fit a linear model

prop.test

{stats}

Test of Equal or Given Proportions

c

{base}

Combine values/vectors into a vector

chisq.test

{stats}

Chi-Squared test (e.g. for cross-tabulations)

cut

{base}

Convert Numeric to Factor

ifelse

{base}

Return a or b depending on the value of test

read_dta

{haven}

Read a .dta file (Stata data)

ggplot

{GGPLOT2}

Create a ggplot graph

theme_classic

{GGPLOT2}

A minimalistic theme with no gridlines

setwd

{base}

Set Working Directory

t.test

{stats}

Performs one and two sample t-tests on vectors of data.

attach

{base}

Attach Set of R Objects to Search Path

mutate

{dplyr}

Modify/create a column in a data frame

library

{base}

Load an R package

geom_smooth

{GGPLOT2}

Generates a smoothed conditional means curve / line

table

{base}

Obtain frequency table of a variable/cross-tabulation of two variables

ordered

{dplyr}

Create an ordered factor

summary

{base}

Obtain summary statistics or detailed regression output

geom_point

{GGPLOT2}

Generates a scatter plot

with

{base}

evaluate expression in the context of a data frame

leveneTest

{car}

Computes Levene’s test for homogeneity of variance across groups.

The end!